home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-08 | 448 b | 23 lines | [TEXT/MPS ] |
- # File: test.make
- # Target: test
- # Sources: test.r
- # test.p
- # Created: 25.09.95.
-
-
- OBJECTS = test.p.o
-
-
- test ƒƒ test.make test.r
- Rez "{RIncludes}"SysTypes.r "{RIncludes}"Types.r test.r -append -o test
-
- test ƒƒ test.make {OBJECTS}
- Link -t APPL -c '????' ∂
- {OBJECTS} ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}"PasLib.o ∂
- -o test
- test.p.o ƒ test.make test.p
- Pascal test.p
-